﻿body
{
    background: #faf1d8;
}
#PageWrap
{
    margin: 0 auto;
    max-width: 1016px;
    background: #faf1d8;
}
#Header
{
    max-width: 1016px;
}

#PageBody
{
    margin-top: -0px;
    max-width: 1016px;
    min-height: 835px;
}

#leftDS
{
    max-width: 3%;
    float: left;
}

#PageContent
{
    float: left;
    max-width: 94%;
}
#Menu
{
    text-align: center;
    font-size: 1.35em;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}
#nav
{
    margin: 0px;
    padding: 0px 8px 0px 8px;
    max-width: 100%;
}
#nav li
{
    margin: 1px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    width: 13%;
    max-width: 19%;
    color: #644127;
}
#nav a
{
    color: inherit;
}
#nav li:hover
{
    color: White;
    background: #644127;
}
#nav a:hover
{
    color: inherit;
}
#Heading
{
    max-width: 947px;
    margin: 20px;
}
#Content
{
    max-width: 947px;
    margin: 20px;
}
#content img
{
    padding:15px;
}
#rightDS
{
    float: left;
    max-width: 3%;
}
#footer
{
    background: url(Images/FooterBackground.jpg) no-repeat;
    width: 100%;
    text-align: center;
    max-height: 100%;
    color: White;
    padding-top: 50px;
    height: 150px;
}
h2
{
    font-family: Georgia;
    font-weight: bold;
    margin: 0px;
}
p
{
    font-family: Georgia;
}
img
{
    border: none;
}
dl
{
    margin: 75px;
}
dt
{
    font-weight: bold;
}
dd p
{
    margin:0px;
}